home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1629 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  470 b 

  1. Date: Sat, 18 Jun 1994 09:29:15 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <199406181629.JAA28281@netcom5.netcom.com>
  4. To: itschere@techfak.uni-bielefeld.de, mint@atari.archive.umich.edu
  5. Subject: Re:  yet more tfork() problems...
  6.  
  7. Use _exit() to exit without flushing buffers and doing all the other
  8. stuff that normally happens at process termination. You have to do this
  9. in BSD with vfork(), for example, so the MiNT library isn't unique
  10. in this regard.
  11.